NoSQL utility: itable

Interactive front-end to NoSQL.

Usage: itable [options] [table]

Options:
    --help (-h)
      Display this help text.

    --no-paging (-pp)
      No paging at start.

Notes:

An interactive analysis tool for NoSQL data tables.

Uses the following NoSQL commands: getcolumn, edittable, prtable, formtable,
getrow, sorttable, viewtable, summtable, istable.

Specific module options are available using the '-h' option of individual
modules.

NoSQL Interface Commands c,d,r,s,S,t without options show current settings.


	    NoSQL Interface Commands (to be followed by the  key)
q		quit
h		help info
d  [FILE]	FILE is a table. Show current info if FILE not given
dd		reset to last table from d cmd
p  [opts]	print in column format. opts stay till canceled
		    with '--'.  default opt is "-w".
P  [yes/no]	pager operation, default yes, from environment or "less -iCMs"
l		print in list format (tabletolist)
f  [opts]	formatted print using template file from t cmd (formtable) 
t  FILE		FILE is template file, for f cmd
c  COL ...	use columns COL ... (getcolumn) 
s  COL ...	sort on columns COL ... (sorttable) 
r  EXPR		select based on EXPR (awktable -r) 
su [opts]	summary info (summtable). opts stay till canceled with '--'.
		    default opt is "-cuu".
e		edit table
v		check table
S  FILE		save current table to FILE
SS FILE		save output from next p,l,f, or su command to FILE
b               use back (previous) table
C               clear screen
H [N]		show last N commands, default all. cmd 'HH [N] uses pager.
!xx		execute command xx from history, like: !N, !-N, !!, !pattern
 ucmd		(space) UNIX command
Back